home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / agent_pl.swf / scripts / DefineSprite_64 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  158 b   |  14 lines

  1. play();
  2. if(timer == undefined)
  3. {
  4.    timer = 0;
  5. }
  6. onEnterFrame = function()
  7. {
  8.    timer++;
  9.    if(timer >= 140)
  10.    {
  11.       gotoAndStop(31);
  12.    }
  13. };
  14.